Package-level declarations

Parsing (converting YAML into events).

Types

Link copied to clipboard
interface Parser : Iterator<Event>

This interface represents an input stream of Events.

Link copied to clipboard
class ParserImpl(settings: LoadSettings, scanner: Scanner) : Parser

Since writing a recursive-descendant parser is a straightforward task, we do not give many comments here.